Einhugur Xml Plugin for Xojo
Node.PrependChild Method
Prepends a child with a given name to the node, returning the newly created node.
PrependChild(
name
as
String)
as
EinhugurXml.Node
Parameters
name
Name of the node.
Returns
EinhugurXml.Node
Remarks
See Also
Node Class